home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / misc / flexcat1_3.lha / flexcat / C++_h.sd < prev    next >
Encoding:
Text File  |  1994-06-18  |  728 b   |  24 lines

  1. ##stringtype C
  2. ##shortstrings
  3. //****************************************************************
  4. //  This file was created automatically by `FlexCat V1.3'
  5. //  Do NOT edit by hand!
  6. //****************************************************************
  7.  
  8. // You can include as many files like this as you want, if they have
  9. // diferent string ID names; allowing you this way to have diferent catalogs
  10. // in your program.
  11.  
  12. #ifndef %b_CAT_H    //    assure that this is read only once
  13. #define %b_CAT_H
  14.  
  15. // This include the definition of the CatalogF class with CatMessage class
  16. #include <CatalogF.h>
  17.  
  18. //         'catalogFileName' 'builtInLanguage' & 'versionNumber'
  19. #define %b_ARGS "%b.catalog", %l, %v
  20.  
  21. extern const CatMessage %i;
  22.  
  23. #endif
  24.